home *** CD-ROM | disk | FTP | other *** search
/ InterCD 2001 January / january_2001.iso / intercd / root / ^4Developers / VB / visbasdb / VBDB / VBDB Code / VB6 Code / Class 6 / QuickExample13.frm (.txt) < prev    next >
Encoding:
Visual Basic Form  |  1999-09-14  |  3.0 KB  |  90 lines

  1. VERSION 5.00
  2. Object = "{86CF1D34-0C5F-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCT2.OCX"
  3. Object = "{67397AA1-7FB1-11D0-B148-00A0C922E820}#6.0#0"; "MSADODC.OCX"
  4. Begin VB.Form Form1 
  5.    Caption         =   "Form1"
  6.    ClientHeight    =   3120
  7.    ClientLeft      =   60
  8.    ClientTop       =   345
  9.    ClientWidth     =   4365
  10.    LinkTopic       =   "Form1"
  11.    ScaleHeight     =   3120
  12.    ScaleWidth      =   4365
  13.    StartUpPosition =   3  'Windows Default
  14.    Begin MSComCtl2.DTPicker DTPicker1 
  15.       DataField       =   "OrderDate"
  16.       DataSource      =   "Adodc1"
  17.       Height          =   375
  18.       Left            =   120
  19.       TabIndex        =   1
  20.       Top             =   120
  21.       Width           =   2775
  22.       _ExtentX        =   4895
  23.       _ExtentY        =   661
  24.       _Version        =   393216
  25.       CustomFormat    =   "'Order Date is:'MMMMdd', 'yyy''"
  26.       Format          =   24444931
  27.       CurrentDate     =   36401
  28.    End
  29.    Begin MSAdodcLib.Adodc Adodc1 
  30.       Height          =   330
  31.       Left            =   120
  32.       Top             =   2640
  33.       Width           =   2655
  34.       _ExtentX        =   4683
  35.       _ExtentY        =   582
  36.       ConnectMode     =   0
  37.       CursorLocation  =   3
  38.       IsolationLevel  =   -1
  39.       ConnectionTimeout=   15
  40.       CommandTimeout  =   30
  41.       CursorType      =   3
  42.       LockType        =   3
  43.       CommandType     =   2
  44.       CursorOptions   =   0
  45.       CacheSize       =   50
  46.       MaxRecords      =   0
  47.       BOFAction       =   0
  48.       EOFAction       =   0
  49.       ConnectStringType=   1
  50.       Appearance      =   1
  51.       BackColor       =   -2147483643
  52.       ForeColor       =   -2147483640
  53.       Orientation     =   0
  54.       Enabled         =   -1
  55.       Connect         =   "Provider=Microsoft.Jet.OLEDB.3.51;Persist Security Info=False;Data Source=C:\VBDB\Working\Nwind.mdb"
  56.       OLEDBString     =   "Provider=Microsoft.Jet.OLEDB.3.51;Persist Security Info=False;Data Source=C:\VBDB\Working\Nwind.mdb"
  57.       OLEDBFile       =   ""
  58.       DataSourceName  =   ""
  59.       OtherAttributes =   ""
  60.       UserName        =   ""
  61.       Password        =   ""
  62.       RecordSource    =   "Orders"
  63.       Caption         =   "Adodc1"
  64.       BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  65.          Name            =   "MS Sans Serif"
  66.          Size            =   8.25
  67.          Charset         =   0
  68.          Weight          =   400
  69.          Underline       =   0   'False
  70.          Italic          =   0   'False
  71.          Strikethrough   =   0   'False
  72.       EndProperty
  73.       _Version        =   393216
  74.    End
  75.    Begin VB.Label Label1 
  76.       Caption         =   "Label1"
  77.       DataField       =   "OrderDate"
  78.       DataSource      =   "Adodc1"
  79.       Height          =   495
  80.       Left            =   3000
  81.       TabIndex        =   0
  82.       Top             =   120
  83.       Width           =   1215
  84.    End
  85. Attribute VB_Name = "Form1"
  86. Attribute VB_GlobalNameSpace = False
  87. Attribute VB_Creatable = False
  88. Attribute VB_PredeclaredId = True
  89. Attribute VB_Exposed = False
  90.